ComponentOne Basic Library for WPF and Silverlight
Item Property (IOrderedSet<T>)


C1.Silverlight Namespace > IOrderedSet<T> Interface : Item Property
Gets the item at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
'Usage
 
Dim instance As IOrderedSet(Of T)
Dim index As System.Integer
Dim value As T
 
value = instance.Item(index)
T this[ 
   System.int index
]; {get;}

Parameters

index

Property Value

The element at the specified index.
See Also

Reference

IOrderedSet<T> Interface
IOrderedSet<T> Members